home *** CD-ROM | disk | FTP | other *** search
- GetField(Var1;Var2;Var3;Var4)
- Var1, Var2, Var4 are of type Integer.
- Var3 is of type String.
-
- GetField returns the name and type of the field as specified by Var1, (the selected file), and Var2, (the selected field of file Var1).
-
- Var3 contains the name of the field.
-
- Var4 contains the type of the field.
-
- Results for Var4:
-
- 0 Alpha
- 1 Real
- 2 Text
- 3 Picture
- 4 Date
- 5 Reserved
- 6 Reserved
- 7 Subfile
- 8 Integer
- 9 LongInteger
-